﻿2026-07-09T06:40:43.4091574Z ##[group]Run $ErrorActionPreference = "Stop"
2026-07-09T06:40:43.4091967Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-07-09T06:40:43.4092214Z [36;1m$PIN = "0c95435"[0m
2026-07-09T06:40:43.4092459Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-07-09T06:40:43.4092718Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-07-09T06:40:43.4093077Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-07-09T06:40:43.4093449Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-07-09T06:40:43.4093773Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-07-09T06:40:43.4094737Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-07-09T06:40:43.4094985Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-07-09T06:40:43.4095279Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-07-09T06:40:43.4095572Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-07-09T06:40:43.4095861Z [36;1m}[0m
2026-07-09T06:40:43.4096028Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-07-09T06:40:43.4096283Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-09T06:40:43.4162653Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-07-09T06:40:43.4162970Z ##[endgroup]
2026-07-09T06:40:44.6091438Z    Compiling proc-macro2 v1.0.106
2026-07-09T06:40:44.6091818Z    Compiling unicode-ident v1.0.24
2026-07-09T06:40:44.6092157Z    Compiling quote v1.0.45
2026-07-09T06:40:44.6092375Z    Compiling cfg-if v1.0.4
2026-07-09T06:40:44.6093094Z    Compiling serde_core v1.0.228
2026-07-09T06:40:44.6093809Z    Compiling serde v1.0.228
2026-07-09T06:40:44.6094170Z    Compiling windows-link v0.2.1
2026-07-09T06:40:44.6094510Z    Compiling getrandom v0.3.4
2026-07-09T06:40:44.6094836Z    Compiling typenum v1.20.1
2026-07-09T06:40:44.6095270Z    Compiling portable-atomic v1.13.1
2026-07-09T06:40:44.6095629Z    Compiling pin-project-lite v0.2.17
2026-07-09T06:40:44.6096018Z    Compiling version_check v0.9.5
2026-07-09T06:40:44.6096301Z    Compiling shlex v2.0.1
2026-07-09T06:40:44.6096983Z    Compiling find-msvc-tools v0.1.9
2026-07-09T06:40:44.6097675Z    Compiling memchr v2.8.1
2026-07-09T06:40:44.6098183Z    Compiling critical-section v1.2.0
2026-07-09T06:40:44.7042760Z    Compiling windows-sys v0.61.2
2026-07-09T06:40:44.7139866Z    Compiling subtle v2.6.1
2026-07-09T06:40:44.7370750Z    Compiling equivalent v1.0.2
2026-07-09T06:40:44.7696926Z    Compiling smallvec v1.15.1
2026-07-09T06:40:44.8142134Z    Compiling futures-core v0.3.32
2026-07-09T06:40:44.8547418Z    Compiling bytes v1.11.1
2026-07-09T06:40:44.9309692Z    Compiling itoa v1.0.18
2026-07-09T06:40:44.9679573Z    Compiling semver v1.0.28
2026-07-09T06:40:44.9970515Z    Compiling stable_deref_trait v1.2.1
2026-07-09T06:40:45.0214809Z    Compiling log v0.4.32
2026-07-09T06:40:45.0321318Z    Compiling slab v0.4.12
2026-07-09T06:40:45.0733933Z    Compiling generic-array v0.14.7
2026-07-09T06:40:45.1445763Z    Compiling rand_core v0.10.1
2026-07-09T06:40:45.1446593Z    Compiling futures-io v0.3.32
2026-07-09T06:40:45.2191579Z    Compiling rustc_version v0.4.1
2026-07-09T06:40:45.2294628Z    Compiling futures-sink v0.3.32
2026-07-09T06:40:45.2489459Z    Compiling futures-task v0.3.32
2026-07-09T06:40:45.3417185Z    Compiling rustversion v1.0.22
2026-07-09T06:40:45.4332927Z    Compiling futures-channel v0.3.32
2026-07-09T06:40:45.4460923Z    Compiling hashbrown v0.17.1
2026-07-09T06:40:45.4690526Z    Compiling getrandom v0.2.17
2026-07-09T06:40:45.4779003Z    Compiling getrandom v0.4.2
2026-07-09T06:40:45.6224564Z    Compiling cpufeatures v0.2.17
2026-07-09T06:40:45.6960254Z    Compiling fnv v1.0.7
2026-07-09T06:40:45.7285827Z    Compiling libc v0.2.186
2026-07-09T06:40:45.7731504Z    Compiling strsim v0.11.1
2026-07-09T06:40:45.9812866Z    Compiling cfg_aliases v0.2.1
2026-07-09T06:40:46.1017555Z    Compiling autocfg v1.5.1
2026-07-09T06:40:46.2109863Z    Compiling jobserver v0.1.34
2026-07-09T06:40:46.2378110Z    Compiling writeable v0.6.3
2026-07-09T06:40:46.2702923Z    Compiling litemap v0.8.2
2026-07-09T06:40:46.2935198Z    Compiling ident_case v1.0.1
2026-07-09T06:40:46.3095135Z    Compiling utf8_iter v1.0.4
2026-07-09T06:40:46.3256218Z    Compiling icu_normalizer_data v2.2.0
2026-07-09T06:40:46.4473350Z    Compiling syn v2.0.117
2026-07-09T06:40:46.4929245Z    Compiling cc v1.2.63
2026-07-09T06:40:46.5636845Z    Compiling dunce v1.0.5
2026-07-09T06:40:46.5637560Z    Compiling icu_properties_data v2.2.0
2026-07-09T06:40:46.5842072Z    Compiling fs_extra v1.3.0
2026-07-09T06:40:46.5996799Z    Compiling percent-encoding v2.3.2
2026-07-09T06:40:46.7003603Z    Compiling indexmap v2.14.0
2026-07-09T06:40:46.7951816Z    Compiling http v1.4.1
2026-07-09T06:40:46.8064646Z    Compiling thiserror v2.0.18
2026-07-09T06:40:46.8174406Z    Compiling cpufeatures v0.3.0
2026-07-09T06:40:46.8948783Z    Compiling crypto-common v0.1.7
2026-07-09T06:40:46.9269193Z    Compiling unicode-segmentation v1.13.3
2026-07-09T06:40:46.9452877Z    Compiling aws-lc-rs v1.17.0
2026-07-09T06:40:46.9503939Z    Compiling scopeguard v1.2.0
2026-07-09T06:40:47.0078205Z    Compiling chacha20 v0.10.0
2026-07-09T06:40:47.0135160Z    Compiling block-buffer v0.10.4
2026-07-09T06:40:47.0646266Z    Compiling form_urlencoded v1.2.2
2026-07-09T06:40:47.2436973Z    Compiling lock_api v0.4.14
2026-07-09T06:40:47.3210451Z    Compiling cmake v0.1.58
2026-07-09T06:40:47.4047147Z    Compiling bitflags v2.12.1
2026-07-09T06:40:47.4434095Z    Compiling untrusted v0.9.0
2026-07-09T06:40:47.5736831Z    Compiling winapi v0.3.9
2026-07-09T06:40:47.6373848Z    Compiling rand v0.10.1
2026-07-09T06:40:47.9348168Z    Compiling digest v0.10.7
2026-07-09T06:40:48.0030090Z    Compiling num-traits v0.2.19
2026-07-09T06:40:48.0048609Z    Compiling windows-strings v0.5.1
2026-07-09T06:40:48.0385631Z    Compiling ring v0.17.14
2026-07-09T06:40:48.1010082Z    Compiling windows-result v0.4.1
2026-07-09T06:40:48.1116127Z    Compiling rustls v0.23.40
2026-07-09T06:40:48.1319031Z    Compiling heck v0.5.0
2026-07-09T06:40:48.1585066Z    Compiling convert_case v0.10.0
2026-07-09T06:40:48.1815982Z    Compiling unicode-xid v0.2.6
2026-07-09T06:40:48.2377601Z    Compiling anyhow v1.0.102
2026-07-09T06:40:48.2879946Z    Compiling atomic-waker v1.1.2
2026-07-09T06:40:48.2891797Z    Compiling const-oid v0.10.2
2026-07-09T06:40:48.3749001Z    Compiling aws-lc-sys v0.41.0
2026-07-09T06:40:48.4335862Z    Compiling httparse v1.10.1
2026-07-09T06:40:48.4821134Z    Compiling zerocopy v0.8.50
2026-07-09T06:40:48.4846876Z    Compiling parking_lot_core v0.9.12
2026-07-09T06:40:48.5153289Z    Compiling http-body v1.0.1
2026-07-09T06:40:48.6036444Z    Compiling hybrid-array v0.4.12
2026-07-09T06:40:48.6036992Z    Compiling curve25519-dalek v4.1.3
2026-07-09T06:40:48.6774637Z    Compiling ahash v0.8.12
2026-07-09T06:40:48.7247139Z    Compiling either v1.16.0
2026-07-09T06:40:48.8617302Z    Compiling base64ct v1.8.3
2026-07-09T06:40:48.8959844Z    Compiling fastrand v2.4.1
2026-07-09T06:40:49.0871562Z    Compiling powerfmt v0.2.0
2026-07-09T06:40:49.1041869Z    Compiling pem-rfc7468 v1.0.0
2026-07-09T06:40:49.1042323Z    Compiling uuid v1.23.2
2026-07-09T06:40:49.1556439Z    Compiling rand_core v0.6.4
2026-07-09T06:40:49.3825071Z    Compiling deranged v0.5.8
2026-07-09T06:40:49.4469624Z    Compiling time-core v0.1.8
2026-07-09T06:40:49.4627919Z    Compiling tower-service v0.3.3
2026-07-09T06:40:49.5897890Z    Compiling synstructure v0.13.2
2026-07-09T06:40:49.6155226Z    Compiling darling_core v0.20.11
2026-07-09T06:40:49.6379340Z    Compiling vcpkg v0.2.15
2026-07-09T06:40:49.6388344Z    Compiling base64 v0.22.1
2026-07-09T06:40:49.8756847Z    Compiling tinyvec_macros v0.1.1
2026-07-09T06:40:49.9213907Z    Compiling zmij v1.0.21
2026-07-09T06:40:50.0851181Z    Compiling try-lock v0.2.5
2026-07-09T06:40:50.0939483Z    Compiling data-encoding v2.11.0
2026-07-09T06:40:50.1363098Z    Compiling pkg-config v0.3.33
2026-07-09T06:40:50.2863407Z    Compiling num-conv v0.2.2
2026-07-09T06:40:50.3690570Z    Compiling want v0.3.1
2026-07-09T06:40:50.3747231Z    Compiling tinyvec v1.11.0
2026-07-09T06:40:50.5039937Z    Compiling parking_lot v0.12.5
2026-07-09T06:40:50.5947807Z    Compiling crypto-common v0.2.2
2026-07-09T06:40:50.6113442Z    Compiling block-buffer v0.12.0
2026-07-09T06:40:50.7286676Z    Compiling sha2 v0.10.9
2026-07-09T06:40:50.7743021Z    Compiling vergen-lib v9.1.0
2026-07-09T06:40:50.8130289Z    Compiling inout v0.1.4
2026-07-09T06:40:50.8957489Z    Compiling n0-future v0.3.2
2026-07-09T06:40:50.9300071Z    Compiling winnow v1.0.3
2026-07-09T06:40:50.9533745Z    Compiling libsqlite3-sys v0.30.1
2026-07-09T06:40:50.9814360Z    Compiling signature v2.2.0
2026-07-09T06:40:51.1041662Z    Compiling diatomic-waker v0.2.3
2026-07-09T06:40:51.1642239Z    Compiling windows_x86_64_msvc v0.52.6
2026-07-09T06:40:51.2272686Z    Compiling parking v2.2.1
2026-07-09T06:40:51.2512732Z    Compiling cordyceps v0.3.4
2026-07-09T06:40:51.2891874Z    Compiling spin v0.10.0
2026-07-09T06:40:51.2976142Z    Compiling crossbeam-utils v0.8.21
2026-07-09T06:40:51.5827095Z    Compiling httpdate v1.0.3
2026-07-09T06:40:51.6073292Z    Compiling serde_json v1.0.150
2026-07-09T06:40:51.6207041Z    Compiling futures-lite v2.6.1
2026-07-09T06:40:51.7122165Z    Compiling socket2 v0.6.4
2026-07-09T06:40:51.7423756Z    Compiling mio v1.2.1
2026-07-09T06:40:51.8046914Z    Compiling serde_derive v1.0.228
2026-07-09T06:40:51.8047439Z    Compiling zeroize_derive v1.4.3
2026-07-09T06:40:51.9059716Z    Compiling zerofrom-derive v0.1.7
2026-07-09T06:40:51.9418673Z    Compiling yoke-derive v0.8.2
2026-07-09T06:40:52.0348169Z    Compiling tokio-macros v2.7.0
2026-07-09T06:40:52.1511242Z    Compiling futures-macro v0.3.32
2026-07-09T06:40:52.3292118Z    Compiling zerovec-derive v0.11.3
2026-07-09T06:40:52.4264274Z    Compiling displaydoc v0.2.6
2026-07-09T06:40:52.6051067Z    Compiling tracing-attributes v0.1.31
2026-07-09T06:40:52.7036138Z    Compiling zeroize v1.8.2
2026-07-09T06:40:52.8572551Z    Compiling tokio v1.52.3
2026-07-09T06:40:52.9561313Z    Compiling thiserror-impl v2.0.18
2026-07-09T06:40:53.0645486Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-09T06:40:53.2450047Z    Compiling rustls-pki-types v1.14.1
2026-07-09T06:40:53.4119854Z    Compiling futures-util v0.3.32
2026-07-09T06:40:53.4353014Z    Compiling darling_macro v0.20.11
2026-07-09T06:40:53.4670638Z    Compiling derive_more-impl v2.1.1
2026-07-09T06:40:53.4810626Z    Compiling zerofrom v0.1.8
2026-07-09T06:40:53.7047242Z    Compiling spez v0.1.2
2026-07-09T06:40:53.7939242Z    Compiling yoke v0.8.3
2026-07-09T06:40:53.8524893Z    Compiling n0-error-macros v0.1.3
2026-07-09T06:40:53.8960477Z    Compiling windows-implement v0.60.2
2026-07-09T06:40:53.9138228Z    Compiling darling v0.20.11
2026-07-09T06:40:54.0021092Z    Compiling windows-interface v0.59.3
2026-07-09T06:40:54.1950783Z    Compiling der v0.8.0-rc.10
2026-07-09T06:40:54.2276559Z    Compiling derive_builder_core v0.20.2
2026-07-09T06:40:54.2663466Z    Compiling pin-project-internal v1.1.13
2026-07-09T06:40:54.2664039Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-09T06:40:54.4173899Z    Compiling zerovec v0.11.6
2026-07-09T06:40:54.6376062Z    Compiling zerotrie v0.2.4
2026-07-09T06:40:54.9445420Z    Compiling windows-core v0.62.2
2026-07-09T06:40:55.1234677Z    Compiling tinystr v0.8.3
2026-07-09T06:40:55.1550829Z    Compiling potential_utf v0.1.5
2026-07-09T06:40:55.1792941Z    Compiling n0-error v0.1.3
2026-07-09T06:40:55.2562829Z    Compiling futures-buffered v0.2.13
2026-07-09T06:40:55.3101121Z    Compiling icu_locale_core v2.2.0
2026-07-09T06:40:55.3332957Z    Compiling icu_collections v2.2.0
2026-07-09T06:40:55.3682552Z    Compiling spki v0.8.0-rc.4
2026-07-09T06:40:55.4558661Z    Compiling derive_builder_macro v0.20.2
2026-07-09T06:40:55.6187053Z    Compiling digest v0.11.3
2026-07-09T06:40:55.6240649Z    Compiling pin-project v1.1.13
2026-07-09T06:40:55.9006535Z    Compiling ed25519 v2.2.3
2026-07-09T06:40:55.9094783Z    Compiling derive_builder v0.20.2
2026-07-09T06:40:55.9311959Z    Compiling cipher v0.4.4
2026-07-09T06:40:55.9822306Z    Compiling vergen-lib v0.1.6
2026-07-09T06:40:55.9890725Z    Compiling vergen v9.1.0
2026-07-09T06:40:56.0290681Z    Compiling universal-hash v0.5.1
2026-07-09T06:40:56.1074164Z    Compiling noq-udp v0.10.0
2026-07-09T06:40:56.1138755Z    Compiling heapless v0.7.17
2026-07-09T06:40:56.1915353Z    Compiling icu_provider v2.2.0
2026-07-09T06:40:56.1915844Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-09T06:40:56.2435893Z    Compiling sync_wrapper v1.0.2
2026-07-09T06:40:56.2608890Z    Compiling opaque-debug v0.3.1
2026-07-09T06:40:56.2688223Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-09T06:40:56.2700204Z    Compiling byteorder v1.5.0
2026-07-09T06:40:56.3338871Z    Compiling allocator-api2 v0.2.21
2026-07-09T06:40:56.3620538Z    Compiling ipnet v2.12.0
2026-07-09T06:40:56.4549081Z    Compiling icu_normalizer v2.2.0
2026-07-09T06:40:56.4765522Z    Compiling icu_properties v2.2.0
2026-07-09T06:40:56.5221120Z    Compiling hash32 v0.2.1
2026-07-09T06:40:56.5928015Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-09T06:40:56.6640487Z    Compiling futures-executor v0.3.32
2026-07-09T06:40:56.6764430Z    Compiling polyval v0.6.2
2026-07-09T06:40:56.8311890Z    Compiling prefix-trie v0.8.4
2026-07-09T06:40:56.9361986Z    Compiling once_cell v1.21.4
2026-07-09T06:40:56.9573475Z    Compiling ed25519-dalek v2.2.0
2026-07-09T06:40:56.9725566Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-09T06:40:57.1735987Z    Compiling tracing-core v0.1.36
2026-07-09T06:40:57.3740696Z    Compiling tokio-util v0.7.18
2026-07-09T06:40:57.3920960Z    Compiling spin v0.9.8
2026-07-09T06:40:57.3934600Z    Compiling vergen-gitcl v1.0.8
2026-07-09T06:40:57.4377697Z    Compiling windows-threading v0.2.1
2026-07-09T06:40:57.4639569Z    Compiling signature v3.0.0
2026-07-09T06:40:57.5890160Z    Compiling tracing v0.1.44
2026-07-09T06:40:57.5932355Z    Compiling tower-layer v0.3.3
2026-07-09T06:40:57.6922506Z    Compiling idna_adapter v1.2.2
2026-07-09T06:40:57.7396502Z    Compiling hashbrown v0.14.5
2026-07-09T06:40:57.7772959Z    Compiling derive_more v2.1.1
2026-07-09T06:40:57.7824166Z    Compiling fallible-iterator v0.3.0
2026-07-09T06:40:57.8195732Z    Compiling idna v1.1.0
2026-07-09T06:40:57.8271177Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-09T06:40:57.8488005Z    Compiling ryu v1.0.23
2026-07-09T06:40:58.0774301Z    Compiling ed25519 v3.0.0-rc.4
2026-07-09T06:40:58.0970296Z    Compiling windows-future v0.3.2
2026-07-09T06:40:58.1806775Z    Compiling url v2.5.8
2026-07-09T06:40:58.1991422Z    Compiling h2 v0.4.14
2026-07-09T06:40:58.2327219Z    Compiling windows-targets v0.52.6
2026-07-09T06:40:58.2446411Z    Compiling proc-macro-crate v3.5.0
2026-07-09T06:40:58.3297957Z    Compiling hashlink v0.9.1
2026-07-09T06:40:58.3782662Z    Compiling spt-proto v0.30.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-07-09T06:40:58.6188819Z    Compiling ghash v0.5.1
2026-07-09T06:40:58.6769443Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-09T06:40:58.6803714Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-09T06:40:58.6830589Z    Compiling rusqlite v0.32.1
2026-07-09T06:40:58.8213735Z    Compiling futures v0.3.32
2026-07-09T06:40:58.8760598Z    Compiling ctr v0.9.2
2026-07-09T06:40:58.9305342Z    Compiling aes v0.8.4
2026-07-09T06:40:58.9480148Z    Compiling sha2 v0.11.0-rc.5
2026-07-09T06:40:58.9580858Z    Compiling windows-collections v0.3.2
2026-07-09T06:40:59.0308863Z    Compiling windows-numerics v0.3.1
2026-07-09T06:40:59.0958294Z    Compiling cobs v0.3.0
2026-07-09T06:40:59.1707817Z    Compiling fs2 v0.4.3
2026-07-09T06:40:59.1984556Z    Compiling postcard-derive v0.2.2
2026-07-09T06:40:59.2665568Z    Compiling time v0.3.47
2026-07-09T06:40:59.2924572Z    Compiling http-body-util v0.1.3
2026-07-09T06:40:59.3305788Z    Compiling aead v0.5.2
2026-07-09T06:40:59.3976303Z    Compiling arrayvec v0.7.6
2026-07-09T06:40:59.4771918Z    Compiling ipconfig v0.3.4
2026-07-09T06:40:59.5253210Z    Compiling widestring v1.2.1
2026-07-09T06:40:59.5550906Z    Compiling utf8parse v0.2.2
2026-07-09T06:40:59.6377935Z    Compiling aes-gcm v0.10.3
2026-07-09T06:40:59.6460631Z    Compiling windows v0.62.2
2026-07-09T06:40:59.6888275Z    Compiling data-encoding-macro v0.1.20
2026-07-09T06:40:59.6954324Z    Compiling spt-store v0.30.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-07-09T06:40:59.7846402Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-09T06:40:59.8403720Z    Compiling num_enum_derive v0.7.6
2026-07-09T06:40:59.9896051Z    Compiling windows-sys v0.59.0
2026-07-09T06:41:00.1033209Z    Compiling postcard v1.1.3
2026-07-09T06:41:00.1465132Z    Compiling tower v0.5.3
2026-07-09T06:41:00.3583101Z    Compiling crossbeam-channel v0.5.15
2026-07-09T06:41:00.5929696Z    Compiling crossbeam-epoch v0.9.18
2026-07-09T06:41:00.5930465Z    Compiling chrono v0.4.45
2026-07-09T06:41:00.7157632Z    Compiling iroh-metrics-derive v0.4.1
2026-07-09T06:41:00.8317816Z    Compiling async-trait v0.1.89
2026-07-09T06:41:00.8995217Z    Compiling enum-assoc v1.3.0
2026-07-09T06:41:01.0980610Z    Compiling strum_macros v0.28.0
2026-07-09T06:41:01.1825775Z    Compiling windows-registry v0.6.1
2026-07-09T06:41:01.2517368Z    Compiling blake3 v1.8.5
2026-07-09T06:41:01.4753670Z    Compiling memoffset v0.6.5
2026-07-09T06:41:01.5356238Z    Compiling netwatch v0.16.0
2026-07-09T06:41:01.8173396Z    Compiling noq v0.18.0
2026-07-09T06:41:01.8665037Z    Compiling hyper v1.10.1
2026-07-09T06:41:01.9179941Z    Compiling acto v0.8.2
2026-07-09T06:41:02.1398382Z    Compiling identity-hash v0.1.0
2026-07-09T06:41:02.1398961Z    Compiling xml-rs v0.8.28
2026-07-09T06:41:02.2321978Z    Compiling rustc-hash v2.1.2
2026-07-09T06:41:02.2385430Z    Compiling tagptr v0.2.0
2026-07-09T06:41:02.2968162Z    Compiling sorted-index-buffer v0.2.1
2026-07-09T06:41:02.3209429Z    Compiling foldhash v0.2.0
2026-07-09T06:41:02.6312166Z    Compiling thiserror v1.0.69
2026-07-09T06:41:02.8006374Z    Compiling lru-slab v0.1.2
2026-07-09T06:41:02.9214851Z    Compiling ref-cast v1.0.25
2026-07-09T06:41:03.0077524Z    Compiling mac-addr v0.3.0
2026-07-09T06:41:03.5515485Z    Compiling hyper-util v0.1.20
2026-07-09T06:41:03.5522124Z    Compiling strum v0.28.0
2026-07-09T06:41:03.6328362Z    Compiling moka v0.12.15
2026-07-09T06:41:03.7000840Z    Compiling xmltree v0.10.3
2026-07-09T06:41:03.9621325Z    Compiling hashbrown v0.16.1
2026-07-09T06:41:04.1913861Z    Compiling netdev v0.42.0
2026-07-09T06:41:04.4931689Z    Compiling spt-msg v0.30.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-07-09T06:41:04.4964870Z    Compiling iroh-relay v0.98.0
2026-07-09T06:41:04.6422775Z    Compiling iroh-metrics v0.38.3
2026-07-09T06:41:04.7391516Z    Compiling num_enum v0.7.6
2026-07-09T06:41:04.8465031Z    Compiling tower-http v0.6.11
2026-07-09T06:41:04.9253577Z    Compiling iroh-base v0.98.0
2026-07-09T06:41:05.0110303Z    Compiling attohttpc v0.30.1
2026-07-09T06:41:05.0894502Z    Compiling n0-watcher v0.6.1
2026-07-09T06:41:05.1434278Z    Compiling tokio-stream v0.1.18
2026-07-09T06:41:05.2836764Z    Compiling toml_datetime v0.6.11
2026-07-09T06:41:05.4565422Z    Compiling serde_spanned v0.6.9
2026-07-09T06:41:05.6194160Z    Compiling ref-cast-impl v1.0.25
2026-07-09T06:41:05.6378418Z    Compiling thiserror-impl v1.0.69
2026-07-09T06:41:05.6629664Z    Compiling serde_derive_internals v0.29.1
2026-07-09T06:41:05.7057109Z    Compiling simple-dns v0.9.3
2026-07-09T06:41:05.8521218Z    Compiling serial-core v0.4.0
2026-07-09T06:41:05.8674721Z    Compiling aho-corasick v1.1.4
2026-07-09T06:41:05.8792741Z    Compiling arrayref v0.3.9
2026-07-09T06:41:06.1774161Z    Compiling winnow v0.7.15
2026-07-09T06:41:06.2323593Z    Compiling toml_write v0.1.2
2026-07-09T06:41:06.2566688Z    Compiling smol_str v0.1.24
2026-07-09T06:41:06.3556775Z    Compiling sha1_smol v1.0.1
2026-07-09T06:41:06.4007945Z    Compiling constant_time_eq v0.4.2
2026-07-09T06:41:06.4296446Z    Compiling resolv-conf v0.7.6
2026-07-09T06:41:06.7099412Z    Compiling regex-syntax v0.8.10
2026-07-09T06:41:06.7977700Z    Compiling simdutf8 v0.1.5
2026-07-09T06:41:06.8380310Z    Compiling winreg v0.10.1
2026-07-09T06:41:06.9330289Z    Compiling schemars_derive v1.2.1
2026-07-09T06:41:07.0457343Z    Compiling iroh-dns v0.98.0
2026-07-09T06:41:07.2637081Z    Compiling serial-windows v0.4.0
2026-07-09T06:41:07.2984882Z    Compiling igd-next v0.17.1
2026-07-09T06:41:08.0903926Z    Compiling wmi v0.18.4
2026-07-09T06:41:08.1107021Z    Compiling toml_edit v0.22.27
2026-07-09T06:41:08.1519555Z    Compiling lru v0.16.4
2026-07-09T06:41:08.6031487Z    Compiling regex-automata v0.4.14
2026-07-09T06:41:08.8657768Z    Compiling webpki-roots v1.0.7
2026-07-09T06:41:08.9502496Z    Compiling seize v0.5.1
2026-07-09T06:41:08.9826131Z    Compiling darling_core v0.23.0
2026-07-09T06:41:09.1888417Z    Compiling hmac v0.12.1
2026-07-09T06:41:09.3523122Z    Compiling serde_bytes v0.11.19
2026-07-09T06:41:09.5519316Z    Compiling iroh v0.98.2
2026-07-09T06:41:09.7432075Z    Compiling once_cell_polyfill v1.70.2
2026-07-09T06:41:10.2035162Z    Compiling anstyle v1.0.14
2026-07-09T06:41:10.2687309Z    Compiling dyn-clone v1.0.20
2026-07-09T06:41:10.2773296Z    Compiling pin-utils v0.1.0
2026-07-09T06:41:10.2898082Z    Compiling bitflags v1.3.2
2026-07-09T06:41:10.2926373Z    Compiling lazy_static v1.5.0
2026-07-09T06:41:10.2989402Z    Compiling cmov v0.5.4
2026-07-09T06:41:10.4174910Z    Compiling nix v0.25.1
2026-07-09T06:41:10.4264656Z    Compiling shared_library v0.1.9
2026-07-09T06:41:10.4583147Z    Compiling schemars v1.2.1
2026-07-09T06:41:10.4670624Z    Compiling anstyle-wincon v3.0.11
2026-07-09T06:41:10.4703819Z    Compiling papaya v0.2.4
2026-07-09T06:41:10.4788143Z    Compiling hkdf v0.12.4
2026-07-09T06:41:10.5522784Z    Compiling ctutils v0.4.2
2026-07-09T06:41:10.6288896Z    Compiling serial v0.4.0
2026-07-09T06:41:10.7013996Z    Compiling filedescriptor v0.8.3
2026-07-09T06:41:10.7224591Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-09T06:41:10.8152631Z    Compiling anstyle-parse v1.0.0
2026-07-09T06:41:10.8756358Z    Compiling backon v1.6.0
2026-07-09T06:41:10.8957434Z    Compiling toml v0.8.23
2026-07-09T06:41:10.9857014Z    Compiling anstyle-query v1.1.5
2026-07-09T06:41:11.0326512Z    Compiling portmapper v0.16.0
2026-07-09T06:41:11.0414070Z    Compiling vte_generate_state_changes v0.1.2
2026-07-09T06:41:11.1794947Z    Compiling foldhash v0.1.5
2026-07-09T06:41:11.2353771Z    Compiling is_terminal_polyfill v1.70.2
2026-07-09T06:41:11.2574201Z    Compiling paste v1.0.15
2026-07-09T06:41:11.3095599Z    Compiling colorchoice v1.0.5
2026-07-09T06:41:11.3335204Z    Compiling shell-words v1.1.1
2026-07-09T06:41:11.3747242Z    Compiling downcast-rs v1.2.1
2026-07-09T06:41:11.4258764Z    Compiling instability v0.3.12
2026-07-09T06:41:11.4738321Z    Compiling portable-pty v0.8.1
2026-07-09T06:41:11.5228850Z    Compiling anstream v1.0.0
2026-07-09T06:41:11.5230235Z    Compiling vte v0.13.1
2026-07-09T06:41:11.6269036Z    Compiling hashbrown v0.15.5
2026-07-09T06:41:11.8750251Z    Compiling regex v1.12.3
2026-07-09T06:41:12.0209807Z    Compiling spake2 v0.4.0
2026-07-09T06:41:12.1696736Z    Compiling crossterm_winapi v0.9.1
2026-07-09T06:41:12.1949740Z    Compiling strum_macros v0.26.4
2026-07-09T06:41:12.3810284Z    Compiling spt-runtime v0.30.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-07-09T06:41:12.5051047Z    Compiling terminal_size v0.4.4
2026-07-09T06:41:12.5266402Z    Compiling itertools v0.13.0
2026-07-09T06:41:12.6364394Z    Compiling sha1 v0.10.6
2026-07-09T06:41:12.6482660Z    Compiling castaway v0.2.4
2026-07-09T06:41:12.6761756Z    Compiling doctest-file v1.1.1
2026-07-09T06:41:12.8466316Z    Compiling recvmsg v1.0.0
2026-07-09T06:41:12.8466828Z    Compiling indoc v2.0.7
2026-07-09T06:41:12.9442543Z    Compiling static_assertions v1.1.0
2026-07-09T06:41:13.0157319Z    Compiling clap_lex v1.1.0
2026-07-09T06:41:13.1157043Z    Compiling unicode-width v0.1.14
2026-07-09T06:41:13.2274147Z    Compiling clap_builder v4.6.0
2026-07-09T06:41:13.2480887Z    Compiling interprocess v2.4.2
2026-07-09T06:41:13.2516838Z    Compiling compact_str v0.8.2
2026-07-09T06:41:13.3830300Z    Compiling spt-term v0.30.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-07-09T06:41:13.3969122Z    Compiling crossterm v0.28.1
2026-07-09T06:41:13.4733182Z    Compiling lru v0.12.5
2026-07-09T06:41:13.6240721Z    Compiling darling_macro v0.23.0
2026-07-09T06:41:14.1092517Z    Compiling darling v0.23.0
2026-07-09T06:41:14.1424304Z    Compiling unicode-truncate v1.1.0
2026-07-09T06:41:14.2265496Z    Compiling clap_derive v4.6.1
2026-07-09T06:41:14.4625740Z    Compiling cassowary v0.3.0
2026-07-09T06:41:14.4791993Z    Compiling error-code v3.3.2
2026-07-09T06:41:14.4974421Z    Compiling unicode-width v0.2.0
2026-07-09T06:41:14.5661628Z    Compiling strum v0.26.3
2026-07-09T06:41:14.6825736Z    Compiling clipboard-win v5.4.1
2026-07-09T06:41:14.7631665Z    Compiling nucleo-matcher v0.3.1
2026-07-09T06:41:14.7860422Z    Compiling qrcode v0.14.1
2026-07-09T06:41:14.9450750Z    Compiling spt-live v0.30.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-07-09T06:41:15.1488178Z    Compiling tempfile v3.27.0
2026-07-09T06:41:15.2967312Z    Compiling ratatui v0.29.0
2026-07-09T06:41:16.1811788Z    Compiling clap v4.6.1
2026-07-09T06:41:29.0290334Z    Compiling rustls-webpki v0.103.13
2026-07-09T06:41:31.3820852Z    Compiling tokio-rustls v0.26.4
2026-07-09T06:41:31.3821188Z    Compiling rustls-platform-verifier v0.7.0
2026-07-09T06:41:31.3821420Z    Compiling noq-proto v0.17.0
2026-07-09T06:41:31.5431593Z    Compiling hyper-rustls v0.27.9
2026-07-09T06:41:31.5432115Z    Compiling hickory-net v0.26.0-beta.4
2026-07-09T06:41:31.5432528Z    Compiling tokio-websockets v0.13.2
2026-07-09T06:41:31.7463174Z    Compiling reqwest v0.13.4
2026-07-09T06:41:32.8685682Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-09T06:41:50.7904523Z    Compiling spt-net v0.30.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-07-09T06:41:52.3575918Z    Compiling spt-daemon v0.30.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-07-09T06:42:02.2395637Z    Compiling spt v0.30.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-07-09T06:42:10.6900097Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 26s
2026-07-09T06:42:10.7147120Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-c499da31fd25470b.exe)
2026-07-09T06:42:10.8047114Z 
2026-07-09T06:42:10.8047485Z running 1 test
2026-07-09T06:42:18.9094650Z test new_brain_serves_against_old_broker ... ok
2026-07-09T06:42:18.9094888Z 
2026-07-09T06:42:18.9095058Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 8.10s
2026-07-09T06:42:18.9095325Z 
